lcPlineContainPoint Home

Tests if the specified point is plased inside of a polygon.

 int lcPlineContainPoint (
   HANDLE hPline,
   double X,
   double Y
 );

Parameters
hPline
  Handle to a polyline object.
X Y
  Coordinates of the point which position is tested.

Return Value

  0 - point is placed outside of the polygon,
1 - inside of the polygon,
2 - on the polygon's outline.